home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-03-20 | 771 b | 25 lines | [TEXT/R*ch] |
- © Copyright 1994 Apple Computer, Inc, All Rights Reserved
-
- SERIALEX -- Kent Sandvik
- This is a basic serial connection sample, stripped, does the basic
- thing, nothing fancy. The idea is to read and understand this sample
- before attacking bigger comms samples.
-
- TESTING:
- NTK 1.0.1
-
- PROTOCOL:
- Dumb. Send ACK?, Newton responds with a help string, currently
- the only function implemented is PLAY! This is a stripped
- sample, indeed.
-
- Check out how we tear apart the endpoint, even when we do a
- viewQuitScript, so we are sure that the endpoint is disposed
- properly.
-
- The code has a lot of print statements into a print window
- inside the application. This is one way to go around problems
- related to no inspector window and you are hacking 3am in the
- morning with comms code.
-
-